gui='"AWeb Modes 1.2 - press <HELP> key for help" dg db 'window' cg ps "'screen'" so a q m sk'eol
if small == 1 then do
gui=gui||'menu gt "Project|Window|$@SSnapshot|$@UUnsnapshot|$@M^&Small|About|$!AWeb Modes 1.2|Author|$!Written by Gabriele Favrin|$!using AWNPIPE: gui|!|@QQuit"'eol
gui=gui||'layout so si b 0'eol'layout v so si gt "Document"'eol
gui=gui||'radiobutton rl "Strict |Tolerant |Compatible " s' html||eol'space minh 0'eol
gui=gui||'checkbox gt "_Frames" s' frames||eol'checkbox gt "_Nominal height" s' nframe 'disable' 1-frames||eol'checkbox gt "_GIF animation" s' anim 'disable' nogif||eol'space minh 0'eol
gui=gui||'checkbox gt "_JavaScript" s' js||eol'checkbox gt "JS _Errors" s' jserrors 'disable' 1-js||eol'checkbox gt "_Banner windows" s' jsbanners gui_jsbanners||eol'pg'eol
gui=gui||'layout b 0 v'eol'layout v so si gt "Network"'eol
gui=gui||'checkbox gt "_Anonymous" s' anon||eol'label gt "(HTTP referrer)" noms'eol'checkbox gt "S_poofing" s' spoofflag gui_spoof||eol'label gt "(as Netscape 3.x)"'eol
gui=gui||'checkbox gt "Ignore _MIME TYPE" s' mime||eol'checkbox gt "RFC 210_9 cookies" s' rfc||eol'pg'eol'space nimh 0'eol
gui=gui||'layout v so si gt "GUI"'eol'checkbox gt "Na_vigation" s' nav||eol'checkbox gt "_User buttons" s' buttons||eol'pg'eol'pg'eol'pg'eol
end
else do
gui=gui||'menu gt "Project|Window|$@SSnapshot|$@UUnsnapshot|$@M^%Small|About|$!AWeb Modes 1.2|Author|$!Written by Gabriele Favrin|$!using AWNPIPE: gui|!|@QQuit"'eol
gui=gui||'layout so si b 0'eol'layout v so si gt "Document related options"'eol
gui=gui||'radiobutton rl "Strict (HTML 2.0/3.2/4.0)|Tolerant (also 3.0/MSIE/NS HTML)|Compatible (badly written HTML)" s' html||eol'space minh 0'eol
gui=gui||'checkbox gt "Use _Frames" s' frames||eol'checkbox gt "_Nominal (fixed) frames height" s' nframe 'disable' 1-frames||eol'checkbox gt "_GIF animations playback" s' anim 'disable' nogif||eol'space minh 0'eol
gui=gui||'checkbox gt "_JavaScript usage" s' js||eol'checkbox gt "Show JavaScript _errors" s' jserrors 'disable' 1-js||eol'checkbox gt "Suppress JS _banner windows" s' jsbanners gui_jsbanners||eol'pg'eol
gui=gui||'layout b 0 v'eol'layout v so si gt "Network related options"'eol
gui=gui||'checkbox gt "_Anonymous browsing" s' anon||eol'label gt "(HTTP referrer header strip)" noms'eol'checkbox gt "S_poofing" s' spoofflag gui_spoof||eol'label gt "(HTTP/JS spoof as Netscape 3.x)"'eol
gui=gui||'checkbox gt "Ignore _MIME TYPE server header" s' mime||eol'checkbox gt "RFC 210_9 compliant cookies" s' rfc||eol'pg'eol'space nimh 0'eol
gui=gui||'layout v so si gt "GUI related options"'eol'checkbox gt "Show Na_vigation gadgets" s' nav||eol'checkbox gt "Show _User buttons" s' buttons||eol'pg'eol'pg'eol'pg'eol